@font-face {
  font-family: MullerLight;
  src: url(../fonts/MullerLight.eot) format("embedded-opentype"), url(../fonts/MullerLight.woff2) format("woff2"), url(../fonts/MullerLight.woff) format("woff"), url(../fonts/MullerLight.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerMedium;
  src: url(../fonts/MullerMedium.eot) format("embedded-opentype"), url(../fonts/MullerMedium.woff2) format("woff2"), url(../fonts/MullerMedium.woff) format("woff"), url(../fonts/MullerMedium.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerBold;
  src: url(../fonts/MullerBold.eot) format("embedded-opentype"), url(../fonts/MullerBold.woff2) format("woff2"), url(../fonts/MullerBold.woff) format("woff"), url(../fonts/MullerBold.ttf) format("truetype");
  font-display: swap; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  padding-right: 0 !important; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #07181e;
  font-family: MullerLight;
  position: relative;
  font-style: normal;
  font-weight: normal; }

h2 {
  font-size: 50px;
  line-height: 65px;
  position: relative;
  z-index: 10; }

.box_zag p {
  color: #737c8d;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 10; }
  .box_zag p a {
    border-bottom: 1px dotted;
    display: inline-block; }
    .box_zag p a:hover {
      border-color: transparent; }

a {
  color: #347be7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #347be7; }
  a:hover {
    border-color: transparent; }

button {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  button:active, button:focus {
    outline: 0;
    cursor: pointer; }

.my_btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: MullerMedium;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: #ed1c24;
  border: none;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  max-width: 350px;
  width: 100%;
  padding: 0;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1); }
  /* .my_btn::before {
    content: "";
    background: url(../img/btn_before.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 59px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; } */
  .my_btn:active, .my_btn:focus, .my_btn:hover {
    color: #fff; }
  .my_btn:hover {
    -webkit-filter: brightness(1.4);
    -o-filter: brightness(1.4);
    filter: brightness(1.4); }

.box_btn {
  font-size: 0; }
  .box_btn .btn_callback {
    color: #347be7;
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-bottom: 1px dotted;
    background: transparent;
    padding: 0;
    margin-left: 63px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .box_btn .btn_callback span {
      position: absolute;
      left: -30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 1px dashed #347be7; }
      .box_btn .btn_callback span::before {
        content: "";
        background: url(../img/phone.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        height: 12px;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .box_btn .btn_callback:hover {
      border-color: transparent; }

.container {
  width: 1200px; }

.box_mark {
  position: relative;
  text-align: center; }
  .box_mark::before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .box_mark p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0; }

.box_control button {
  background: #689dec;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  padding: 0; }
  .box_control button::before {
    content: "";
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px; }
  .box_control button img {
    height: 9px;
    width: 9px; }

.box_control .custom_prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.box_control .slider-counter {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #212327;
  font-family: MullerLight;
  letter-spacing: 1.4px;
  width: 55px;
  text-align: center; }
  .box_control .slider-counter span {
    font-family: MullerBold;
    font-size: 19px;
    letter-spacing: 1.9px; }

input::-webkit-input-placeholder {
  color: #091a20; }

input::-moz-placeholder {
  color: #091a20; }

input:-ms-input-placeholder {
  color: #091a20; }

textarea::-webkit-input-placeholder {
  color: #091a20; }

textarea::-moz-placeholder {
  color: #091a20; }

textarea:-ms-input-placeholder {
  color: #091a20; }

textarea::-ms-input-placeholder {
  color: #091a20; }

textarea::placeholder {
  color: #091a20; }

/*formError*/
.formError .formErrorContent {
  background: #f4ddae !important;
  border-color: #f4ddae !important;
  color: #000 !important;
  -webkit-box-shadow: 0 0 6px #f5e2b9 !important;
          box-shadow: 0 0 6px #f5e2b9 !important; }

.formError .formErrorArrow div {
  background: #f4ddae !important;
  border: none !important;
  -webkit-box-shadow: 0 2px 3px #f5e2b9 !important;
          box-shadow: 0 2px 3px #f5e2b9 !important; }

.formError .formErrorArrow .line3 {
  border-color: #f4ddae !important; }

/*.nivo-lightbox*/
.nivo-lightbox-next {
  font-size: 0;
  background: url(../img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 15px; }

.nivo-lightbox-prev {
  font-size: 0;
  background: url(../img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.nivo-lightbox-close {
  background: url(../img/close_lightbox.svg) center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/*validate*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .my_btn::before {
    background: url(../img/btn_before@2x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  h2 {
    font-size: 40px;
    line-height: 55px; }
  .box_zag p {
    font-size: 16px;
    line-height: 26px; }
  .my_btn {
    font-size: 16px;
    max-width: 300px;
    height: 68px;
    line-height: 68px; }
    .my_btn::before {
      width: 50px;
      height: 59px; }
  .box_btn .btn_callback {
    font-size: 14px;
    line-height: 22px;
    margin-left: 50px;
    margin-top: -8px; }
    .box_btn .btn_callback span {
      left: -25px;
      width: 18px;
      height: 18px; }
      .box_btn .btn_callback span::before {
        height: 11px;
        width: 11px; }
  .box_control {
    margin-left: 34px; }
  .container {
    width: 1020px; }
  .box_mark::before {
    height: 127px; }
  .box_mark p {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
    line-height: 46px; }
  .container {
    width: 100%; }
  .box_mark p {
    font-size: 14px;
    line-height: 18px; }
  .box_zag p {
    line-height: 22px; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  h2 {
    font-size: 32px;
    line-height: 42px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important; }
  h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 500px;
    margin: 0 auto; }
    h2 br {
      display: none; }
  .box_zag p {
    max-width: 400px;
    margin: 0 auto; }
    .box_zag p br {
      display: none; }
  .my_btn {
    height: 60px;
    font-size: 15px;
    line-height: 60px; }
  .box_btn .btn_callback {
    margin-left: 35px; } }

@media (max-width: 599px) {
  h2 {
    font-size: 22px;
    line-height: 26px; } }

/*modal*/
.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999; }

.modal.fade.in {
  background: rgba(0, 0, 0, 0.5); }

.popup_window {
  background-color: transparent;
  padding-right: 0 !important; }
  .popup_window .modal-content {
    border: none;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    overflow: hidden;
    background: #fff; }
  .popup_window .modal-dialog {
    border: none;
    position: relative;
    margin-top: 100px;
    max-width: 500px;
    width: 90%;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .popup_window .box_wrap {
    font-size: 0;
    position: relative;
    text-align: center;
    padding: 50px 15px; }
    .popup_window .box_wrap .zag {
      color: #07181e;
      font-size: 24px;
      line-height: 32px;
      font-family: MullerLight;
      margin-bottom: 15px; }
    .popup_window .box_wrap .descr {
      color: #737c8d;
      font-size: 16px;
      line-height: 22px;
      margin: 0 auto 30px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      max-width: 400px; }
    .popup_window .box_wrap form {
      max-width: 373px;
      margin: 0 auto; }
      .popup_window .box_wrap form .block {
        margin-bottom: 15px; }
      .popup_window .box_wrap form input {
        position: relative;
        z-index: 10;
        -webkit-appearance: none;
        outline: none;
        width: 100%;
        color: #091a20;
        border: none;
        background: #f6f7f8;
        border: 1px solid #e2e2e2;
        font-size: 16px;
        height: 80px;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        padding: 0 25px; }
      .popup_window .box_wrap form .my_btn {
        max-width: 100%; }
      .popup_window .box_wrap form .minconf {
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        text-align: center; }
        .popup_window .box_wrap form .minconf p {
          margin-bottom: 0; }
        .popup_window .box_wrap form .minconf a {
          color: rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid transparent; }
          .popup_window .box_wrap form .minconf a:hover {
            border-color: rgba(0, 0, 0, 0.5); }

.thanks {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .thanks .modal-content {
    padding: 70px 30px; }
  .thanks .modal-dialog {
    max-width: 500px; }
  .thanks .zag {
    margin-top: 0;
    color: #07181e;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
    font-family: MullerLight; }
  .thanks .desc {
    font-size: 16px;
    color: #737c8d;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  .thanks .media {
    margin-left: auto;
    max-width: 440px;
    margin-right: auto; }
  .thanks .media-left,
  .thanks .media-body {
    vertical-align: middle; }
  .thanks .media-left img {
    width: 70px;
    margin: auto 20px 0 auto;
    display: block;
    max-width: initial;
    opacity: .5; }

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  position: absolute;
  cursor: pointer;
  font-size: 0;
  top: 18px;
  right: 18px; }
  .box-modal_close img, .box-modal_close span {
    display: inline-block;
    vertical-align: middle; }
  .box-modal_close img {
    margin-right: 8px; }
  .box-modal_close span {
    text-shadow: none;
    font-size: 14px;
    color: #000; }
  .box-modal_close .box_close {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    position: relative; }
    .box-modal_close .box_close span {
      display: inline-block;
      background: #000;
      width: 2px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
      .box-modal_close .box_close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }

@media (max-width: 1440px) {
  .popup_window .box_wrap .zag {
    font-size: 24px;
    line-height: 34px; }
  .popup_window .box_wrap form input {
    height: 68px;
    font-size: 14px; } }

@media (max-width: 991px) {
  .popup_window .box_wrap .zag {
    font-size: 22px;
    line-height: 32px; }
  .popup_window .box_wrap .descr {
    margin-bottom: 20px; }
  .popup_window .box_wrap form {
    max-width: 300px; } }

@media (max-width: 767px) {
  .popup_window .modal-dialog {
    margin: 60px auto 50px; }
  .thanks {
    text-align: center; }
    .thanks .zag {
      font-size: 24px;
      line-height: normal; }
    .thanks .media {
      padding: 0; }
    .thanks .media-left {
      display: block;
      padding-right: 0; }
      .thanks .media-left img {
        margin: auto;
        margin-bottom: 20px;
        height: 40px; }
  .box-modal_close {
    top: 12px;
    right: 12px; }
  .popup_window .box_wrap .zag {
    font-size: 20px;
    line-height: 26px;
    max-width: 400px;
    margin: 0 auto 15px; }
  .popup_window .box_wrap .descr {
    font-size: 14px;
    line-height: 20px; }
  .popup_window .box_wrap form .minconf {
    margin-top: 14px;
    font-size: 11px;
    text-align: center; }
  .popup_window .box_wrap form input {
    height: 60px; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .box-modal_close span {
    font-size: 12px; } }

/*header*/
.header .wrap {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 24px 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 10; }
  .header .wrap .box_left,
  .header .wrap .box_right {
    display: inline-block;
    vertical-align: bottom; }
  .header .wrap .box_right {
    text-align: right; }
    .header .wrap .box_right .box {
      display: inline-block;
      vertical-align: top;
      max-width: 270px;
      text-align: left;
      padding-left: 70px; }
      .header .wrap .box_right .box span {
        font-size: 15px;
        color: #8c95a4;
        display: block; }
      .header .wrap .box_right .box .box_phone {
        margin: 12px 0 2px;
        position: relative; }
        .header .wrap .box_right .box .box_phone .phone {
          font-size: 23px;
          color: #000;
          font-family: MullerBold;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          border: none; }
          .header .wrap .box_right .box .box_phone .phone::before {
            content: "";
            background: url(../img/header/phone.svg) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 15px;
            height: 15px;
            position: absolute;
            top: 44%;
            left: -24px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .header .wrap .box_right .box .box_soc {
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        text-align: center;
        padding: 0 12px;
        margin-right: 12px;
        -webkit-box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
                box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
        position: absolute;
        top: 44%;
        left: -86px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .header .wrap .box_right .box .box_soc a {
          display: inline-block;
          vertical-align: middle;
          padding: 5px 5px 5px 0;
          margin-right: 5px;
          position: relative;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          border: none; }
          .header .wrap .box_right .box .box_soc a img {
            height: 20px;
            -webkit-filter: brightness(1);
            -o-filter: brightness(1);
            filter: brightness(1);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .header .wrap .box_right .box .box_soc a::after {
            content: "";
            background: #005f83;
            opacity: .1;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 1px; }
          .header .wrap .box_right .box .box_soc a:last-child {
            margin-right: 0;
            padding-right: 0; }
            .header .wrap .box_right .box .box_soc a:last-child::after {
              display: none; }
          .header .wrap .box_right .box .box_soc a:hover img {
            -webkit-filter: brightness(1.2);
            -o-filter: brightness(1.2);
            filter: brightness(1.2); }
      .header .wrap .box_right .box .btn_callback {
        font-size: 15px;
        line-height: 23px;
        background: transparent;
        border: none;
        padding: 0;
        color: #347be7;
        border-bottom: 1px dotted; }
        .header .wrap .box_right .box .btn_callback:hover {
          border-color: transparent; }
      .header .wrap .box_right .box:first-of-type .box_phone .phone::before {
        display: none; }
  .header .wrap .box_soc_xs {
    display: none;
  }
  .header .wrap .box_logo {
    max-width: 260px;
    display: inline-block;
    vertical-align: bottom; }
  .header .wrap .box_descr {
    margin-left: 35px;
    font-size: 16px;
    color: #737c8d;
    line-height: 24px;
    max-width: 200px;
    display: inline-block;
    vertical-align: bottom; }
  .header .wrap .btn_menu {
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: 44px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    padding: 9px 10px;
    display: none; }
    .header .wrap .btn_menu span {
      background: #000;
      width: 100%;
      height: 2px;
      margin-bottom: 3px;
      display: block; }
      .header .wrap .btn_menu span:last-child {
        margin-bottom: 0; }

@media (max-width: 1440px) {
  .header .wrap {
    max-width: 1200px;
    padding: 20px 0 0; }
    .header .wrap .box_right .box {
      max-width: 240px;
      padding-left: 60px; }
      .header .wrap .box_right .box span {
        font-size: 14px; }
      .header .wrap .box_right .box .box_phone {
        margin: 10px 0 1px; }
        .header .wrap .box_right .box .box_phone .phone {
          font-size: 19px; }
          .header .wrap .box_right .box .box_phone .phone::before {
            width: 14px;
            height: 14px;
            left: -20px; }
      .header .wrap .box_right .box .box_soc {
        padding: 0 10px;
        margin-right: 10px;
        left: -70px; }
        .header .wrap .box_right .box .box_soc a {
          padding: 4px 4px 4px 0;
          margin-right: 4px; }
          .header .wrap .box_right .box .box_soc a img {
            height: 18px; }
      .header .wrap .box_right .box .btn_callback {
        font-size: 14px;
        line-height: 22px; }
    .header .wrap .box_logo {
      max-width: 220px; }
    .header .wrap .box_descr {
      margin-left: 30px;
      font-size: 14px;
      line-height: 22px;
      max-width: 170px; } }

@media (max-width: 1199px) {
  .header .wrap .box_descr p {
    margin-bottom: 5px; }
  .header .wrap .box_logo {
    max-width: 180px; }
  .header .wrap .box_right .box .box_phone .phone {
    font-size: 17px; }
  .header .wrap {
    padding-top: 15px; }
  .header .wrap .box_right .box span {
    font-size: 13px; }
  .header .wrap .box_right .box .btn_callback {
    font-size: 13px; } }

@media (max-width: 991px) {
  .header .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .wrap .box_logo {
    max-width: 160px;
    vertical-align: middle; }
  .header .wrap .box_descr {
    line-height: 20px;
    margin-left: 20px;
    vertical-align: middle; }
  .header .wrap .box_descr p {
    margin-bottom: 0; }
  .header .wrap .box_left {
    width: 60%; }
  .header .wrap .box_right {
    width: 40%; }
  .header .wrap .box_right .box span {
    display: none; }
  .header .wrap .box_right .box .box_phone {
    margin: 0 0 15px; }
  .header .wrap .box_right .box .box_phone .phone {
    font-size: 16px; }
  .header .wrap .box_right .box {
    text-align: right; }
  .header .wrap .box_right .box .box_soc {
    left: -95px;
  }
  /*.header .wrap .box_right .box .box_soc {
    display: none; }*/
  .header .wrap .box_right .box:first-of-type .box_phone .phone::before {
    content: "";
    background: url(../img/header/phone.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 44%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block; }
  .header .wrap .box_right .box .btn_callback {
    margin-top: -10px; } }

@media (max-width: 767px) {
  .header .wrap {
    display: block;
  }
  .header .wrap .box_descr {
    display: none; }
  .header .wrap .box_right .box .box_phone {
    margin: 0 0 10px; }
  .header .wrap .box_left, .header .wrap .box_right {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .header .wrap .box_right .box .btn_callback {
    margin-top: 0;
    display: none; }
  .header .wrap .box_left {
    width: 100%;
    max-width: 140px;
    display: block; 
    margin: 0 auto 15px;
  }
  .header .wrap .box_right {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .header .wrap .box_right .box {
    padding-left: 0;
    width: 50%;
    text-align: left;
    max-width: 165px; }
  .header .wrap .box_right .box:nth-of-type(2) {
    text-align: right;}
  .header .wrap .box_right .box:first-of-type .box_phone .phone::before,
  .header .wrap .box_right .box .box_phone .phone::before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(0);
    margin-top: -2px;
    margin-right: 5px;
  } 
  .header .wrap .box_right .box .box_phone {
    position: static;
  }
  .header .wrap .box_soc_xs {
    display: block;
    max-width: 160px;
    margin: 5px auto 0;
    background: #fff;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
            box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
  }
  .header .wrap .box_soc_xs a {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 18px;
    width: 80px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none; }
    .header .wrap .box_soc_xs a img {
      height: 20px; }
    .header .wrap .box_soc_xs a::after {
      content: "";
      background: #005f83;
      opacity: .1;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 1px; }
      .header .wrap .box_soc_xs a:last-child::after {
        display: none; }
  .header .wrap .box_right .box .box_phone .phone {
    font-size: 17px; }
  .header .wrap .box_right .box .btn_callback {
    font-size: 12px;
    line-height: 18px; } }
@media (max-width: 359px) {
  .header .wrap .box_right .box .box_phone .phone {
    font-size: 15px;
  }
}

/*bg1*/
.bg1 {
  position: relative; }
  .bg1 .header {
    position: relative;
    z-index: 10; }
  .bg1 .wrap_main {
    padding-bottom: 70px; }
    .bg1 .wrap_main .wrap {
      padding: 145px 0 84px;
      position: relative;
      z-index: 10;
      max-width: 765px; }
      .bg1 .wrap_main .wrap .box_zag {
        max-width: 595px;
        margin-bottom: 50px; }
        .bg1 .wrap_main .wrap .box_zag h2 {
          max-width: 600px;
          margin-bottom: 45px; }
        .bg1 .wrap_main .wrap .box_zag p {
          margin-bottom: 15px; }
          .bg1 .wrap_main .wrap .box_zag p:last-of-type {
            margin-bottom: 0; }
        .bg1 .wrap_main .wrap .box_zag .box_descr {
          position: relative;
          max-width: 515px;
          padding-left: 115px;
          min-height: 60px; }
        .bg1 .wrap_main .wrap .box_zag .box_mark {
          position: absolute;
          top: 50%;
          left: -120px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 206px;
          padding-left: 20px; }
          .bg1 .wrap_main .wrap .box_zag .box_mark::before {
            content: "";
            background: url(../img/bg1/bg_mark.png) no-repeat;
            -webkit-background-size: 100% 100%;
                    background-size: 100% 100%; }
          .bg1 .wrap_main .wrap .box_zag .box_mark p {
            margin: 0; }
      .bg1 .wrap_main .wrap .box_slider {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 230px;
        padding-bottom: 27px;
        height: 259px; }
        .bg1 .wrap_main .wrap .box_slider::after {
          content: "";
          border: 1px solid rgba(0, 0, 0, 0.08);
          position: absolute;
          left: 7px;
          right: 7px;
          bottom: 7px;
          -webkit-border-radius: 15px;
                  border-radius: 15px;
          height: 211px; }
        .bg1 .wrap_main .wrap .box_slider::before {
          content: "";
          background: #fff;
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          -webkit-box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
                  box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 225px; }
        .bg1 .wrap_main .wrap .box_slider .owl-carousel {
          height: 196px; }
        .bg1 .wrap_main .wrap .box_slider .owl-carousel .owl-item {
          float: none;
          display: inline-block;
          vertical-align: bottom; }
        .bg1 .wrap_main .wrap .box_slider .item img {
          width: auto;
          margin: 0 auto;
          max-height: 100%; }
        .bg1 .wrap_main .wrap .box_slider .item .box_img {
          height: 105px;
          margin-bottom: 8px; }
        .bg1 .wrap_main .wrap .box_slider .item .descr {
          padding: 0 30px; }
          .bg1 .wrap_main .wrap .box_slider .item .descr p {
            position: relative;
            z-index: 10;
            font-size: 14px;
            line-height: 19px;
            color: #212327;
            margin-bottom: 0;
            padding-left: 30px; }
            .bg1 .wrap_main .wrap .box_slider .item .descr p::before {
              content: "";
              background: url(../img/bg5/check.svg) no-repeat;
              -webkit-background-size: contain;
              background-size: contain;
              width: 23px;
              height: 23px;
              position: absolute;
              left: 0;
              top: 0; }
        .bg1 .wrap_main .wrap .box_slider .box_control {
          margin: 10px 30px 0;
          position: relative;
          z-index: 10; }
        .bg1 .wrap_main .wrap .box_slider .owl-item:first-of-type .item .box_img {
          height: 150px; }
  .bg1 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1123px;
    overflow: hidden; }
    .bg1 .bg_img::before {
      content: "";
      background: url(../img/bg1/bg1.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 976px;
      height: 100%;
      position: absolute;
      left: 49%;
      top: 0;
      z-index: 0;
      width: 55%;
      left: 49%; }
    .bg1 .bg_img::after {
      content: "";
      background: #f5f5f5;
      -webkit-border-radius: 0 0 0 45%;
              border-radius: 0 0 0 45%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 55%;
      width: 45%;
      z-index: -1;
      display: none; }
    .bg1 .bg_img img {
      display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg1 .bg_img::before {
    background: url(../img/bg1/bg1@2x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg1 .wrap_main .wrap .box_zag .box_mark::before {
    background: url(../img/bg1/bg_mark@2x.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; } }

@media (min-width: 1921px) {
  .bg1 .bg_img::before {
    background: url(../img/bg1/bg1_lg.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 1374px;
    left: 50%; } }

@media (min-width: 2600px) {
  .bg1 .bg_img::before {
    left: auto;
    right: 0; } }

@media (max-width: 1440px) {
  .bg1 .wrap_main {
    padding-bottom: 40px; }
    .bg1 .wrap_main .wrap {
      padding: 120px 0 95px;
      max-width: 650px; }
      .bg1 .wrap_main .wrap .box_zag {
        max-width: 485px;
        margin-bottom: 40px; }
        .bg1 .wrap_main .wrap .box_zag h2 {
          max-width: 510px;
          margin-bottom: 38px; }
        .bg1 .wrap_main .wrap .box_zag p {
          margin-bottom: 12px; }
        .bg1 .wrap_main .wrap .box_zag .box_descr {
          max-width: 430px;
          padding-left: 97px;
          min-height: 50px; }
        .bg1 .wrap_main .wrap .box_zag .box_mark {
          left: -100px;
          width: 175px;
          padding-left: 17px; }
  .bg1 .bg_img {
    height: 954px; }
    .bg1 .bg_img::before {
      left: 46%;
      width: 57%; } }

@media (max-width: 1199px) {
  .bg1 .wrap_main .wrap {
    padding-top: 100px;
    max-width: 1080px;
    margin: 0 auto; }
  .bg1 .wrap_main .wrap .box_zag .box_mark::before {
    -webkit-background-size: contain;
            background-size: contain;
    height: 103px; }
  .bg1 .wrap_main .wrap .box_zag .box_mark {
    padding-left: 15px;
    left: 0;
    width: 141px; }
  .bg1 .wrap_main .wrap .box_mark p {
    line-height: 18px; }
  .bg1 .wrap_main .wrap .box_zag .box_descr {
    padding-left: 155px;
    max-width: 100%; }
  .bg1 .wrap_main .wrap .box_zag h2 {
    margin-bottom: 30px; }
  .bg1 .wrap_main .wrap .box_zag {
    max-width: 455px; }
  .bg1 .bg_img {
    height: 835px;
    height: 100%; }
  .bg1 .bg_img::before {
    width: 726px;
    left: 46%;
    width: 50%;
    left: 47%;
    width: 55%; }
  .bg1 .wrap_main .wrap .box_slider {
    right: auto;
    left: 500px; } }

@media (max-width: 991px) {
  .bg1 .wrap_main .wrap {
    padding-bottom: 20px;
    max-width: 850px; }
  .bg1 .bg_img {
    height: 100%;
    top: -55px; }
  .bg1 .bg_img::before {
    background-image: url(../img/bg1/bg1_s.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: bottom;
    width: 50%;
    left: 55%;
    max-width: 450px; }
  .bg1 .wrap_main .wrap .box_zag {
    max-width: 400px; }
  .bg1 .wrap_main .wrap .box_slider {
    left: 420px;
    bottom: -50px; } }

@media (max-width: 767px) {
  .bg1 {
    background: #f4f5f5; }
  .bg1 .bg_img {
    position: static; }
    .bg1 .bg_img img {
      display: block; }
  .bg1 .wrap_main {
    padding-bottom: 0; }
  .bg1 .bg_img::before {
    display: none; }
  .bg1 .wrap_main .wrap {
    padding-top: 60px; }
  .bg1 .wrap_main .wrap .box_zag {
    max-width: 100%; }
  .bg1 .wrap_main .wrap .box_zag h2 {
    max-width: 500px;
    margin-bottom: 20px; }
  .bg1 .wrap_main .wrap .box_zag .box_descr {
    padding: 0;
    margin: 0 auto;
    max-width: 400px; }
  .bg1 .wrap_main .wrap .box_zag .box_mark {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 50px auto 30px;
    padding: 0 10px 0 20px; }
  .bg1 .wrap_main .wrap .box_slider {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    text-align: left; }
  .bg1 .wrap_main .wrap .box_slider .box_control {
    text-align: center; } }

/*bg2*/
.bg2 {
  padding-top: 215px;
  position: relative;
  overflow: hidden; }
  .bg2 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 961px;
    overflow: hidden;
    z-index: -1; }
    .bg2 .bg_img::before {
      content: "";
      background: url(../img/bg2/bg2.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: top;
      width: 1920px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1; }
  .bg2 .wrap {
    font-size: 0;
    padding-bottom: 200px; }
    .bg2 .wrap .box_zag {
      margin-bottom: 35px; }
      .bg2 .wrap .box_zag h2 {
        margin-bottom: 25px;
        max-width: 670px; }
    .bg2 .wrap .box_left {
      position: relative;
      width: 34%;
      display: inline-block;
      vertical-align: top;
      right: 66%;
      z-index: 10;
      padding-top: 383px; }
      .bg2 .wrap .box_left .box_top {
        min-height: 90px;
        margin-bottom: 60px;
        padding-left: 45px; }
        .bg2 .wrap .box_left .box_top .name {
          background: #4a7fa4;
          color: #fff;
          font-size: 17px;
          max-width: 305px;
          padding: 10px 18px 10px 25px;
          -webkit-border-radius: 7px;
                  border-radius: 7px;
          -webkit-transform: skew(-14deg);
          -ms-transform: skew(-14deg);
          transform: skew(-14deg);
          -webkit-box-shadow: 0 8px 20px rgba(38, 37, 45, 0.13);
                  box-shadow: 0 8px 20px rgba(38, 37, 45, 0.13);
          position: relative;
          z-index: 2; }
          .bg2 .wrap .box_left .box_top .name span {
            display: inline-block;
            -webkit-transform: skew(14deg);
            -ms-transform: skew(14deg);
            transform: skew(14deg); }
        .bg2 .wrap .box_left .box_top .emp {
          background: #fff;
          color: #24282a;
          font-size: 13px;
          line-height: 16px;
          font-family: MullerLight;
          max-width: 315px;
          padding: 14px 22px 9px;
          -webkit-border-radius: 7px;
                  border-radius: 7px;
          -webkit-transform: skew(-14deg);
          -ms-transform: skew(-14deg);
          transform: skew(-14deg);
          -webkit-box-shadow: 0 35px 35px rgba(38, 37, 45, 0.17);
                  box-shadow: 0 35px 35px rgba(38, 37, 45, 0.17);
          position: relative;
          z-index: 1;
          margin-top: -5px;
          margin-left: 10px; }
          .bg2 .wrap .box_left .box_top .emp span {
            display: inline-block;
            -webkit-transform: skew(14deg);
            -ms-transform: skew(14deg);
            transform: skew(14deg); }
      .bg2 .wrap .box_left .box_bottom {
        padding-left: 75px;
        font-size: 14px;
        line-height: 20px;
        color: #212327;
        position: relative;
        max-width: 275px;
        margin-left: 70px; }
        .bg2 .wrap .box_left .box_bottom::before {
          content: "";
          background: url(../img/bg2/icon.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 61px;
          height: 61px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .bg2 .wrap .box_left .box_bottom a {
          display: inline-block;
          border-bottom: 1px dotted; }
          .bg2 .wrap .box_left .box_bottom a:hover {
            border-color: transparent; }
      .bg2 .wrap .box_left .box_img {
        display: none; }
    .bg2 .wrap .box_right {
      width: 66%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      left: 34%; }
  .bg2 .content {
    position: relative; }
  .bg2 .box_middle {
    background: #ebf1f3;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
            box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
    padding: 7px 7px 7px 0;
    position: absolute;
    left: 0;
    height: 417px;
    width: 1275px;
    font-size: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .bg2 .box_middle .text {
      font-size: 14px;
      line-height: 20px;
      color: #212327;
      max-width: 320px;
      display: inline-block;
      vertical-align: middle; }
      .bg2 .box_middle .text p {
        margin-bottom: 0; }
    .bg2 .box_middle .inner {
      margin-top: 15px;
      position: relative; }
      .bg2 .box_middle .inner a {
        display: inline-block;
        overflow: hidden; }
    .bg2 .box_middle .box_control {
      display: inline-block;
      vertical-align: middle;
      margin-left: 40px; }
    .bg2 .box_middle .box_sert,
    .bg2 .box_middle .box_slider {
      display: inline-block;
      vertical-align: top; }
    .bg2 .box_middle .box_sert {
      width: 27.5%;
      padding: 25px 25px 30px; }
      .bg2 .box_middle .box_sert .inner {
        height: 290px; }
        .bg2 .box_middle .box_sert .inner a {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-box-shadow: 5px 15px 15px rgba(38, 37, 45, 0.2);
                  box-shadow: 5px 15px 15px rgba(38, 37, 45, 0.2); }
    .bg2 .box_middle .box_slider {
      width: 64%;
      background: #fff;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      height: 100%;
      padding: 25px 15px 30px; }
      .bg2 .box_middle .box_slider .box_nav {
        padding: 0 10px; }
      .bg2 .box_middle .box_slider .inner {
        /*max-width: 710px;*/
        max-width: 765px; }
        .bg2 .box_middle .box_slider .inner a {
          height: 290px;
          -webkit-box-shadow: 5px 15px 15px rgba(38, 37, 45, 0.2);
                  box-shadow: 5px 15px 15px rgba(38, 37, 45, 0.2); }
          .bg2 .box_middle .box_slider .inner a img {
            max-height: 100%;
            width: auto; }
        .bg2 .box_middle .box_slider .inner .owl-item {
          padding: 0 10px; }
  .bg2 .owl-carousel .owl-stage-outer {
    padding: 0 0 30px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg2 .bg_img::before {
    background: url(../img/bg2/bg2@2x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (min-width: 1921px) {
  .bg2 .bg_img {
    height: 100%; }
  .bg2 .bg_img::before {
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg2 .box_middle {
    width: 1122px; }
  .bg2 .box_middle .box_sert {
    width: 348px; }
  .bg2 .box_middle .box_slider {
    width: 766px; }
  .bg2 .box_middle .box_slider .inner {
    max-width: 716px; }
  .bg2 .wrap .box_left .box_bottom::after {
    content: "";
    background: #fff;
    position: absolute;
    top: -30px;
    left: -20px;
    right: -20px;
    bottom: -30px;
    z-index: -1;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
            box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2); } }

@media (max-width: 1440px) {
  .bg2 {
    padding-top: 180px; }
    .bg2 .bg_img {
      height: 815px; }
      .bg2 .bg_img::before {
        width: 1630px; }
    .bg2 .wrap {
      padding-bottom: 170px; }
      .bg2 .wrap .box_zag {
        margin-bottom: 30px; }
        .bg2 .wrap .box_zag h2 {
          margin-bottom: 20px;
          max-width: 550px; }
      .bg2 .wrap .box_left {
        padding-top: 325px; }
        .bg2 .wrap .box_left .box_top {
          min-height: 76px;
          margin-bottom: 50px;
          padding-left: 38px; }
          .bg2 .wrap .box_left .box_top .name {
            font-size: 15px;
            max-width: 265px;
            padding: 8px 15px 8px 20px; }
          .bg2 .wrap .box_left .box_top .emp {
            font-size: 12px;
            line-height: 15px;
            max-width: 267px;
            padding: 12px 18px 8px;
            margin-top: -4px;
            margin-left: 8px; }
        .bg2 .wrap .box_left .box_bottom {
          padding-left: 60px;
          font-size: 12px;
          line-height: 18px;
          max-width: 230px;
          margin-left: 60px; }
          .bg2 .wrap .box_left .box_bottom::before {
            width: 51px;
            height: 51px; }
    .bg2 .box_middle {
      padding: 6px 6px 6px 0;
      height: 368px;
      width: 1080px; }
      .bg2 .box_middle .text {
        font-size: 12px;
        line-height: 18px;
        max-width: 270px; }
      .bg2 .box_middle .inner {
        margin-top: 12px; }
      .bg2 .box_middle .box_control {
        margin-left: 34px; }
      .bg2 .box_middle .box_sert {
        padding: 20px 20px 25px; }
        .bg2 .box_middle .box_sert .inner {
          height: 249px; }
      .bg2 .box_middle .box_slider {
        padding: 20px 10px 25px; }
        .bg2 .box_middle .box_slider .inner {
          max-width: 650px; }
          .bg2 .box_middle .box_slider .inner a {
            height: 249px; }
          .bg2 .box_middle .box_slider .inner .owl-item {
            padding: 0 17px; } }

@media (max-width: 1199px) {
  .bg2 {
    padding-top: 140px; }
  .bg2 .wrap {
    padding-bottom: 120px; }
  .bg2 .box_middle {
    height: auto;
    -webkit-box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2);
            box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2); }
  .bg2 .box_middle .box_sert {
    width: 21%; }
  .bg2 .box_middle .box_control {
    margin-left: 25px; }
  .bg2 .box_middle .text {
    max-width: 230px;
    height: 54px; }
  .bg2 .box_middle .box_slider {
    width: 79%;
    padding-bottom: 0; }
  .bg2 .box_middle .box_slider .inner {
    max-width: 550px; }
  .bg2 .box_middle .box_slider .inner a {
    height: 204px; }
  .bg2 .box_middle .box_sert .inner {
    height: 204px; }
  .bg2 .wrap .box_left .box_top {
    padding-left: 0; }
  .bg2 .wrap .box_left .box_top .name {
    margin: 0 auto; }
  .bg2 .wrap .box_left .box_top .emp {
    margin: -4px auto 0; }
  .bg2 .wrap .box_left .box_bottom {
    margin: 0 auto; }
  .bg2 .wrap .box_left .box_bottom::after {
    content: "";
    background: #fff;
    position: absolute;
    top: -30px;
    left: -20px;
    right: -20px;
    bottom: -30px;
    z-index: -1;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2);
            box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2); } }

@media (max-width: 991px) {
  .bg2 {
    padding-top: 50px; }
  .bg2 .wrap {
    padding-bottom: 50px; }
  .bg2 .wrap .box_right {
    width: 100%;
    left: auto;
    text-align: center; }
  .bg2 .wrap .box_zag h2 {
    max-width: 600px;
    margin: 0 auto 20px; }
  .bg2 .wrap .box_zag p {
    max-width: 400px;
    margin: 0 auto; }
  .bg2 .box_middle {
    width: 100%;
    text-align: left;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    left: auto;
    margin-bottom: 55px; }
  .bg2 .box_middle .box_sert {
    width: 30%; }
  .bg2 .box_middle .box_slider {
    width: 70%; }
  .bg2 .box_middle .box_slider .inner {
    max-width: 100%; }
  .bg2 .box_middle .box_slider .inner a {
    height: 190px;
    display: inline-block; }
  .bg2 .box_middle .box_slider .inner a img {
    height: 100%;
    width: auto; }
  .bg2 .box_middle .box_sert .inner {
    height: 190px; }
  .bg2 .box_middle .box_slider .box_nav {
    position: relative; }
  .bg2 .box_middle .box_control {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .bg2 .box_middle .text {
    max-width: 300px;
    height: auto; }
  .bg2 .box_middle .inner {
    margin-top: 20px; }
  .bg2 .wrap .box_left {
    width: 100%;
    right: auto;
    padding-top: 0; }
  .bg2 .wrap .box_left .box_img {
    display: block;
    margin: 0 -15px; }
  .bg2 .bg_img {
    display: none; }
  .bg2 .wrap .box_left .box_top {
    margin: -13% auto 0; }
  .bg2 .wrap .box_left .box_bottom {
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2);
    box-shadow: 0 20px 30px rgba(38, 37, 45, 0.2);
    background: #fff;
    padding: 20px 30px 20px 85px;
    max-width: 300px;
    margin-top: 30px;
    z-index: 10; }
  .bg2 .wrap .box_left .box_bottom::before {
    left: 20px; }
  .bg2 .wrap .box_left .box_bottom::after {
    display: none; }
  .bg2 .wrap .box_left .box_bottom p {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .bg2 {
    padding-top: 40px;
    overflow: visible; }
  .bg2 .wrap {
    padding-bottom: 0; }
  .bg2 .wrap .box_left .box_top {
    margin-top: -10%; }
  .bg2 .wrap .box_zag h2 {
    max-width: 500px; }
  .bg2 .box_middle {
    max-width: 600px; }
  .bg2 .box_middle .box_sert {
    width: 45%; }
  .bg2 .box_middle .box_slider {
    width: 55%;
    position: relative;
    padding-bottom: 30px; }
  .bg2 .box_middle .box_slider .inner {
    text-align: center; }
  .bg2 .box_middle .box_slider .box_nav {
    position: static; }
  .bg2 .box_middle .box_control {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
    z-index: 10; }
  .bg2 .wrap .box_left .box_bottom {
    -webkit-box-shadow: 0 15px 20px rgba(38, 37, 45, 0.2);
            box-shadow: 0 15px 20px rgba(38, 37, 45, 0.2); } }

@media (max-width: 599px) {
  .bg2 .box_middle .text {
    height: 72px; } }

@media (max-width: 479px) {
  .bg2 .box_middle .text {
    height: auto; }
  .bg2 .box_middle {
    display: block;
    padding: 0;
    overflow: hidden;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 10px 20px rgba(38, 37, 45, 0.2);
            box-shadow: 0 10px 20px rgba(38, 37, 45, 0.2);
    max-width: 300px; }
  .bg2 .box_middle .box_sert,
  .bg2 .box_middle .box_slider {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 15px; }
  .bg2 .box_middle .text {
    font-size: 14px; }
  .bg2 .box_middle .box_sert .inner a {
    width: auto;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    max-width: 200px;
    margin: 0 auto; }
  .bg2 .box_middle .box_sert .inner {
    height: auto; }
  .bg2 .box_middle .box_slider {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding-bottom: 35px; }
  .bg2 .box_middle .box_slider .inner {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  .bg2 .wrap .box_left .box_top .name {
    font-size: 12px; } }

/*bg3*/
.bg3 {
  padding-top: 50px;
  margin-top: -50px; }
  .bg3 .box_zag {
    text-align: center;
    margin-bottom: 50px; }
    .bg3 .box_zag h2 {
      margin-bottom: 20px; }
  .bg3 .box_container {
    font-size: 0;
    margin-bottom: 70px;
    border: 1px solid #e8eaeb;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    overflow: hidden;
    background: #fff; }
    .bg3 .box_container .box {
      display: inline-block;
      vertical-align: top;
      width: 20%;
      position: relative;
      padding-top: 25px; }
      .bg3 .box_container .box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: -999px;
        right: 0;
        width: 1px;
        background: #e8eaeb; }
      .bg3 .box_container .box:last-child::after {
        display: none; }
      .bg3 .box_container .box .box_img {
        height: 160px;
        margin-bottom: 17px;
        text-align: center;
        position: relative; }
        .bg3 .box_container .box .box_img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 100%; }
      .bg3 .box_container .box .box_descr {
        padding: 0 23px 23px 35px;
        font-size: 14px;
        line-height: 18px;
        color: #6f7883; }
        .bg3 .box_container .box .box_descr .zag {
          color: #1f2226;
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 15px; }
  .bg3 .box_btn {
    text-align: center; }

@media (max-width: 1440px) {
  .bg3 {
    padding-top: 54px;
    margin-top: -40px; }
    .bg3 .box_zag {
      margin-bottom: 40px; }
      .bg3 .box_zag h2 {
        margin-bottom: 17px; }
    .bg3 .box_container {
      margin-bottom: 60px; }
      .bg3 .box_container .box {
        padding-top: 20px; }
        .bg3 .box_container .box .box_img {
          height: 136px;
          margin-bottom: 15px; }
        .bg3 .box_container .box .box_descr {
          padding: 0 20px 20px 20px;
          font-size: 14px;
          line-height: 18px; }
          .bg3 .box_container .box .box_descr .zag {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 12px; } }

@media (max-width: 991px) {
  .bg3 .box_container {
    border: none;
    text-align: center;
    margin-bottom: 0;
    max-width: 850px;
    margin: 0 auto; }
  .bg3 .box_container .box {
    width: 33.33%;
    padding: 0 15px 30px; }
  .bg3 .box_container .box .box_descr .zag {
    line-height: 20px; }
  .bg3 .box_container .box::after {
    display: none; }
  .bg3 .box_container .box .box_img {
    height: 110px;
    max-width: 150px;
    margin: 0 auto 15px; }
  .bg3 .box_container .box .box_descr {
    padding: 0; } }

@media (max-width: 767px) {
  .bg3 {
    margin-top: 0;
    padding-top: 40px; }
  .bg3 .box_container {
    max-width: 600px; }
  .bg3 .box_container .box {
    width: 50%;
    padding: 0 10px 30px; } }

@media (max-width: 599px) {
  .bg3 .box_btn .my_btn {
    display: block;
    margin: 0 auto 30px; }
  .box_btn .btn_callback {
    margin-left: 25px; } }

@media (max-width: 479px) {
  .bg3 .box_container .box .box_descr .zag {
    line-height: 18px;
    font-size: 14px; }
  .bg3 .box_container .box {
    width: 100%;
    padding: 0 0 30px;
    max-width: 300px; }
  .bg3 .box_container .box .box_img {
    max-width: 130px;
    height: 100px; } }

/*bg4*/
.bg4 {
  padding: 85px 0 0;
  position: relative; }
  .bg4 .wrap {
    position: relative;
    z-index: 10; }
  .bg4 .box_zag {
    max-width: 630px; }
    .bg4 .box_zag h2 {
      margin-bottom: 44px; }
    .bg4 .box_zag p {
      margin-left: 170px; }
    .bg4 .box_zag .box_descr {
      position: relative;
      min-height: 60px; }
    .bg4 .box_zag .box_mark {
      position: absolute;
      top: 50%;
      left: -70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 222px; }
      .bg4 .box_zag .box_mark::before {
        content: "";
        background: url(../img/bg4/bg_mark.jpg) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%;
        height: 135px;
        top: 44%; }
      .bg4 .box_zag .box_mark p {
        margin: 0; }
  .bg4 .box_container {
    margin-top: 75px;
    background: #fff;
    -webkit-box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
            box-shadow: 0 40px 45px rgba(38, 37, 45, 0.2);
    -webkit-border-radius: 20px;
            border-radius: 20px;
    max-width: 588px;
    font-size: 0;
    overflow: hidden;
    position: relative; }
    .bg4 .box_container::before {
      content: "";
      background: -webkit-linear-gradient(320deg, #ebf1f3, #fff);
      background: -o-linear-gradient(320deg, #ebf1f3, #fff);
      background: linear-gradient(130deg, #ebf1f3, #fff);
      -webkit-border-radius: 15px;
              border-radius: 15px;
      position: absolute;
      top: 8px;
      bottom: 8px;
      right: 8px;
      left: 50%;
      width: 48.5%; }
    .bg4 .box_container .nav-tabs {
      border: none;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 17px 28px 17px 22px; }
    .bg4 .box_container .nav-tabs > li {
      float: none;
      margin: 0;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .bg4 .box_container .nav-tabs > li:last-child {
      border: none; }
    .bg4 .box_container .nav-tabs > li.active a {
      color: #ed1c24; }
    .bg4 .box_container .nav-tabs > li > a {
      margin: 0;
      -webkit-border-radius: 0;
              border-radius: 0;
      border: none;
      line-height: 21px;
      font-size: 18px;
      color: #07181e;
      padding: 15px 0; }
    .bg4 .box_container .nav > li > a:focus, .bg4 .box_container .nav > li > a:hover {
      background: transparent; }
    .bg4 .box_container .nav-tabs > li.active > a, .bg4 .box_container .nav-tabs > li.active > a:focus, .bg4 .box_container .nav-tabs > li.active > a:hover {
      background: transparent; }
    .bg4 .box_container .nav > li > a:hover {
      color: #ed1c24; }
    .bg4 .box_container .tab-content {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 35px 28px 35px 25px;
      font-size: 14px;
      line-height: 19px;
      color: #212327;
      position: relative; }
      .bg4 .box_container .tab-content .my_btn {
        background: #fff;
        -webkit-box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
                box-shadow: 0 20px 35px rgba(38, 37, 45, 0.13);
        height: 59px;
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-top: 15px;
        color: #07181e;
        font-size: 15px;
        line-height: normal; }
        .bg4 .box_container .tab-content .my_btn::before {
          background: url(../img/bg4/btn_before.png) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          height: 59px; }
        .bg4 .box_container .tab-content .my_btn:hover {
          -webkit-filter: none;
                  filter: none;
          -webkit-box-shadow: 0 0 35px rgba(38, 37, 45, 0.13);
                  box-shadow: 0 0 35px rgba(38, 37, 45, 0.13); }
  .bg4 .box_bottom {
    padding-left: 110px;
    font-size: 14px;
    line-height: 20px;
    color: #737c8d;
    max-width: 470px;
    margin-top: 50px;
    position: relative; }
    .bg4 .box_bottom::before {
      content: "";
      background: url(../img/bg4/callback.svg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 86px;
      height: 86px;
      position: absolute;
      top: 0;
      left: 0; }
    .bg4 .box_bottom .zag {
      font-size: 20px;
      line-height: 30px;
      color: #0f2025;
      margin-bottom: 12px; }
    .bg4 .box_bottom .my_btn {
      margin-top: 15px; }
  .bg4 .bg_img {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 989px;
    overflow: hidden; }
    .bg4 .bg_img::before {
      content: "";
      background: url(../img/bg4/bg4.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 897px;
      height: 100%;
      position: absolute;
      left: 54%;
      top: 0;
      width: 50%; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg4 .bg_img::before {
    background: url(../img/bg4/bg4@2x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg4 .box_zag .box_mark::before {
    background: url(../img/bg4/bg_mark@2x.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .bg4 .box_container .tab-content .my_btn::before {
    background: url(../img/bg4/btn_before@2x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (min-width: 1921px) {
  .bg4 .bg_img {
    height: auto;
    bottom: 0; }
  .bg4 .bg_img::before {
    background: url(../img/bg4/bg4_lg.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 50%; } }

@media (min-width: 2600px) {
  .bg4 .bg_img::before {
    left: auto;
    right: 0;
    background-position-x: right; } }

@media (max-width: 1440px) {
  .bg4 {
    padding: 70px 0 0; }
    .bg4 .box_zag {
      max-width: 520px; }
      .bg4 .box_zag h2 {
        margin-bottom: 37px; }
      .bg4 .box_zag p {
        margin-left: 144px; }
      .bg4 .box_zag .box_descr {
        min-height: 50px; }
      .bg4 .box_zag .box_mark {
        left: -60px;
        width: 188px; }
        .bg4 .box_zag .box_mark::before {
          height: 114px; }
    .bg4 .box_container {
      margin-top: 63px;
      max-width: 500px; }
      .bg4 .box_container::before {
        top: 7px;
        bottom: 7px;
        right: 7px; }
      .bg4 .box_container .nav-tabs {
        padding: 15px 24px 15px 18px; }
      .bg4 .box_container .nav-tabs > li > a {
        line-height: 20px;
        font-size: 16px;
        padding: 12px 0; }
      .bg4 .box_container .tab-content {
        padding: 30px 25px 30px 20px;
        line-height: 18px; }
        .bg4 .box_container .tab-content .my_btn {
          height: 50px;
          margin-top: 12px;
          font-size: 14px; }
          .bg4 .box_container .tab-content .my_btn::before {
            height: 50px; }
    .bg4 .box_bottom {
      padding-left: 93px;
      max-width: 400px;
      margin-top: 40px; }
      .bg4 .box_bottom::before {
        width: 70px;
        height: 70px; }
      .bg4 .box_bottom .zag {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px; }
      .bg4 .box_bottom .my_btn {
        margin-top: 12px; }
    .bg4 .bg_img {
      top: 55px;
      height: 840px; } }

@media (max-width: 1199px) {
  .bg4 .wrap {
    max-width: 1080px;
    margin: 0 auto; }
  .bg4 .box_zag {
    max-width: 485px; }
  .bg4 .box_zag .box_mark {
    left: 0;
    width: 175px; }
  .bg4 .box_zag .box_mark::before {
    -webkit-background-size: contain;
            background-size: contain;
    height: 107px;
    left: 53%; }
  .bg4 .box_zag p {
    margin-left: 190px; }
  .bg4 .box_zag .box_mark p {
    line-height: 18px; }
  .bg4 .bg_img {
    height: 635px; }
  .bg4 .bg_img::before {
    /*width: 576px;*/
    left: 52%; } }

@media (max-width: 991px) {
  .bg4 .wrap {
    max-width: 850px; }
  .bg4 .box_zag {
    max-width: 440px; }
  .bg4 .bg_img {
    height: 100%;
    top: 10px; }
  .bg4 .bg_img::before {
    width: 41%;
    left: 60%; }
  .bg4 .box_container {
    max-width: 570px;
    margin: 60px auto 0; }
  .bg4 .box_bottom {
    margin: 40px auto 0;
    padding-left: 0; }
  .bg4 .box_bottom .zag {
    padding-left: 90px; }
  .bg4 .box_bottom p {
    padding-left: 90px; }
  .bg4 .box_bottom .my_btn {
    display: block;
    margin: 20px auto 0; }
  .bg4 .box_container .nav-tabs > li > a {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .bg4 {
    padding: 40px 0 360px;
    padding: 40px 0 50%;
    overflow: hidden; }
  .bg4 .box_zag {
    max-width: 100%; }
  .bg4 .box_zag h2 {
    margin-bottom: 20px; }
  .bg4 .box_container {
    -webkit-box-shadow: 0 15px 20px rgba(38, 37, 45, 0.2);
            box-shadow: 0 15px 20px rgba(38, 37, 45, 0.2); }
  .bg4 .box_zag .box_descr {
    max-width: 400px;
    margin: 0 auto; }
  .bg4 .box_zag p {
    margin-left: 0; }
  .bg4 .box_zag .box_mark {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 50px auto;
    padding: 0 8px; }
  .bg4 .box_bottom {
    text-align: left; }
  .bg4 .bg_img {
    height: 30%;
    top: auto; }
  .bg4 .bg_img::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.01)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.01));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.01));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.01));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%; }
  .bg4 .bg_img::before {
    background: url(../img/bg4/bg4_xs.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center 25%;
    left: 0;
    width: 100%; }
  .bg4 .box_container .nav-tabs {
    padding: 15px; }
  .bg4 .box_container .tab-content {
    padding: 30px 12px 30px 12px; } }

@media (max-width: 479px) {
  .bg4 {
    padding-bottom: 240px; }
  .bg4 .box_bottom {
    text-align: center; }
  .bg4 .box_bottom::before {
    position: static;
    display: block;
    margin: 0 auto 15px; }
  .bg4 .box_bottom .zag,
  .bg4 .box_bottom p {
    padding: 0; }
  .bg4 .box_container {
    max-width: 300px; }
  .bg4 .box_container .nav-tabs {
    width: 100%;
    display: block;
    padding: 10px 15px; }
  .bg4 .box_container .tab-content {
    width: 100%;
    display: block;
    padding: 20px 15px;
    background: -webkit-linear-gradient(320deg, #ebf1f3, #fff);
    background: -o-linear-gradient(320deg, #ebf1f3, #fff);
    background: linear-gradient(130deg, #ebf1f3, #fff); }
  .bg4 .box_container::before {
    display: none; }
  .bg4 .bg_img {
    height: 240px; }
  .bg4 .bg_img::before {
    background-position-x: 70%; } }

/*bg5*/
.bg5 {
  text-align: center;
  padding: 93px 0 797px;
  position: relative;
  padding-bottom: 39%; }
  .bg5 .box_zag {
    max-width: 830px;
    margin: 0 auto 47px; }
    .bg5 .box_zag h2 {
      margin-bottom: 30px; }
  .bg5 .my_btn {
    max-width: 395px; }
  .bg5 .box_container {
    font-size: 0;
    max-width: 980px;
    margin: 62px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .bg5 .box_container .box {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      font-size: 14px;
      line-height: 19px;
      color: #757e8f;
      background: #fff;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      position: relative;
      height: 130px;
      overflow: hidden;
      -webkit-box-shadow: 0 40px 45px rgba(38, 37, 45, 0.22);
              box-shadow: 0 40px 45px rgba(38, 37, 45, 0.22);
      padding: 15px 0; }
      .bg5 .box_container .box::after {
        content: "";
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.08);
        position: absolute;
        top: 7px;
        left: 7px;
        bottom: 7px;
        right: 7px;
        -webkit-border-radius: 15px;
                border-radius: 15px; }
      .bg5 .box_container .box .inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10; }
        .bg5 .box_container .box .inner::before {
          content: "";
          background: url(../img/bg5/check.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 23px;
          height: 23px;
          display: block;
          margin: 0 auto 7px; }
      .bg5 .box_container .box .zag {
        font-size: 16px;
        line-height: 19px;
        color: #212327; }
      .bg5 .box_container .box p {
        margin-top: 5px; }
      .bg5 .box_container .box:first-child {
        max-width: 282px; }
      .bg5 .box_container .box:nth-child(2) {
        max-width: 315px; }
      .bg5 .box_container .box:nth-child(3) {
        max-width: 287px; }
  .bg5 .bg_img {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    height: 1066px;
    z-index: -1;
    top: 395px; }
    .bg5 .bg_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg5 .bg_img::before {
    background: url(../img/bg5/bg5@2x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (min-width: 1921px) {
  .bg5 {
    margin-bottom: 50px;
    padding-bottom: 797px; }
  .bg5 .bg_img::before {
    content: "";
    width: 120%;
    background: url(../img/bg5/bg5_lg@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .bg5 .bg_img img {
    width: 100%;
    display: none; } }

@media (max-width: 1440px) {
  .bg5 {
    padding: 80px 0 677px;
    padding: 80px 0 42%; }
    .bg5 .box_zag {
      max-width: 705px;
      margin: 0 auto 40px; }
      .bg5 .box_zag h2 {
        margin-bottom: 25px; }
    .bg5 .my_btn {
      max-width: 335px; }
    .bg5 .box_container {
      max-width: 833px;
      margin: 52px auto 0; }
      .bg5 .box_container .box {
        font-size: 12px;
        line-height: 18px;
        height: 120px;
        padding: 12px 0; }
        .bg5 .box_container .box::after {
          top: 6px;
          left: 6px;
          bottom: 6px;
          right: 6px; }
        .bg5 .box_container .box .inner::before {
          width: 20px;
          height: 20px;
          margin: 0 auto 6px; }
        .bg5 .box_container .box .zag {
          font-size: 14px;
          line-height: 18px; }
        .bg5 .box_container .box p {
          margin-top: 4px; }
        .bg5 .box_container .box:first-child {
          max-width: 240px; }
        .bg5 .box_container .box:nth-child(2) {
          max-width: 267px; }
        .bg5 .box_container .box:nth-child(3) {
          max-width: 243px; }
    .bg5 .bg_img {
      height: 906px; }
      .bg5 .bg_img img {
        top: 45%; } }

@media (max-width: 1199px) {
  .bg5 .bg_img {
    height: 666px; }
  .bg5 .bg_img img {
    top: 50%; } }

@media (max-width: 991px) {
  .bg5 .box_zag {
    max-width: 600px; }
  .bg5 .box_container .box:first-child,
  .bg5 .box_container .box:nth-child(2),
  .bg5 .box_container .box:nth-child(3) {
    max-width: 100%;
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
    padding: 15px; }
  .bg5 .box_container .box {
    line-height: 16px;
    height: 135px; }
  .bg5 .bg_img {
    height: 550px; }
  .bg5 .bg_img img {
    top: 54%; } }

@media (max-width: 767px) {
  .bg5 {
    padding: 40px 0 315px;
    padding: 40px 0 44%; }
  .bg5 .box_zag h2 {
    margin-bottom: 20px; }
  .bg5 .my_btn {
    max-width: 300px; }
  .bg5 .box_zag {
    max-width: 100%;
    margin-bottom: 30px; }
  .bg5 .box_container {
    margin-top: 40px;
    display: block; }
  .bg5 .box_container .box:first-child,
  .bg5 .box_container .box:nth-child(2),
  .bg5 .box_container .box:nth-child(3) {
    width: 260px;
    margin-bottom: 20px; }
  .bg5 .bg_img::before {
    width: 767px; }
  .bg5 .bg_img {
    height: 425px;
    height: 42%;
    bottom: 0;
    top: auto; }
  .bg5 .bg_img img {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .bg5 .box_container .box {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 599px) {
  .bg5 .my_btn {
    display: block;
    margin: 0 auto 30px; }
  .bg5 .box_container .box:first-child,
  .bg5 .box_container .box:nth-child(2),
  .bg5 .box_container .box:nth-child(3) {
    display: block;
    height: auto;
    padding: 20px 15px;
    margin: 0 auto 20px; }
  .bg5 .box_container .box .inner {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .bg5 .bg_img {
    height: 32%; } }

@media (max-width: 479px) {
  .bg5 {
    padding-bottom: 200px; }
  .bg5 .bg_img {
    height: 265px; } }

/*bg6*/
.bg6 {
  position: relative;
  z-index: 10; }
  .bg6 .box_container {
    position: relative; }
    .bg6 .box_container::before {
      content: "";
      background: url(../img/bg6/after.png) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      width: 93%;
      height: 142px;
      position: absolute;
      bottom: -70px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .bg6 .wrap {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #feffff;
    -webkit-box-shadow: 0 18px 64px rgba(78, 85, 97, 0.2);
            box-shadow: 0 18px 64px rgba(78, 85, 97, 0.2);
    padding: 75px 38% 90px 100px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11; }
    .bg6 .wrap::before {
      content: "";
      background: url(../img/bg6/bg6.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top right;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 915px;
      height: 751px;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      border: 1px solid #fff;
      border-right: none;
      border-bottom: none; }
    .bg6 .wrap .progress {
      height: 35px;
      background-color: #f5f6f8;
      -webkit-border-radius: 17px;
              border-radius: 17px;
      margin-bottom: 65px;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #e2e2e2;
      position: relative;
      max-width: 570px; }
      .bg6 .wrap .progress span {
        font-size: 17px;
        line-height: 33px;
        color: #090a0a;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .bg6 .wrap .progress-bar {
      background-color: #689dec;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-border-radius: 17px;
              border-radius: 17px; }
    .bg6 .wrap .box_zag {
      margin-bottom: 37px; }
      .bg6 .wrap .box_zag h3 {
        font-size: 37px;
        color: #07181e;
        font-family: MullerBold; }
    .bg6 .wrap .box_inner .box_radio, .bg6 .wrap .box_inner .box_checkbox {
      margin-bottom: 18px;
      background-color: #f6f7f8;
      height: 80px;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      max-width: 373px;
      width: 100%;
      position: relative; }
      .bg6 .wrap .box_inner .box_radio:last-child, .bg6 .wrap .box_inner .box_checkbox:last-child {
        margin-bottom: 0; }
      .bg6 .wrap .box_inner .box_radio label, .bg6 .wrap .box_inner .box_checkbox label {
        width: 100%;
        height: 100%;
        padding: 8px 10px 8px 90px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        margin: 0;
        line-height: 65px;
        font-size: 20px;
        color: #091a20;
        font-weight: 400;
        z-index: 10; }
        .bg6 .wrap .box_inner .box_radio label:before, .bg6 .wrap .box_inner .box_checkbox label:before {
          content: "";
          position: absolute;
          left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 62px;
          height: 62px;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          background: #e5e6e7; }
        .bg6 .wrap .box_inner .box_radio label:after, .bg6 .wrap .box_inner .box_checkbox label:after {
          content: "";
          background: url(../img/bg6/check.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 27px;
          height: 21px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 30px;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .bg6 .wrap .box_inner .box_radio label:hover:before, .bg6 .wrap .box_inner .box_checkbox label:hover:before {
          background: #ed1c24; }
        .bg6 .wrap .box_inner .box_radio label:hover:after, .bg6 .wrap .box_inner .box_checkbox label:hover:after {
          content: "";
          background: url(../img/bg6/check_white.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 27px;
          height: 21px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 30px;
          -webkit-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
    .bg6 .wrap .box_inner input[type="radio"]:checked,
    .bg6 .wrap .box_inner input[type="radio"]:not(:checked),
    .bg6 .wrap .box_inner input[type="checkbox"]:checked,
    .bg6 .wrap .box_inner input[type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .bg6 .wrap .btn_prev {
      background: transparent;
      padding: 0;
      border: none;
      font-size: 20px;
      margin-top: 20px; }
      .bg6 .wrap .btn_prev span {
        display: inline-block;
        vertical-align: middle; }
      .bg6 .wrap .btn_prev::before {
        content: "";
        background: url(../img/bg6/arrow.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-right: 10px; }
    .bg6 .wrap form {
      max-width: 373px; }
      .bg6 .wrap form .block {
        margin-bottom: 18px; }
      .bg6 .wrap form input {
        position: relative;
        z-index: 10;
        -webkit-appearance: none;
        outline: none;
        width: 100%;
        color: #091a20;
        border: none;
        background: #f6f7f8;
        border: 1px solid #e2e2e2;
        font-size: 16px;
        height: 80px;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        padding: 0 25px; }
      .bg6 .wrap form .my_btn {
        max-width: 100%;
        font-size: 16px; }
      .bg6 .wrap form .minconf {
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        text-align: center; }
        .bg6 .wrap form .minconf p {
          margin-bottom: 0; }
        .bg6 .wrap form .minconf a {
          color: rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid transparent; }
          .bg6 .wrap form .minconf a:hover {
            border-color: rgba(0, 0, 0, 0.5); }
    .bg6 .wrap .wrap_main_after,
    .bg6 .wrap .wrap_main_finish {
      position: relative;
      z-index: 10; }
    .bg6 .wrap .wrap_main_finish .box_zag {
      max-width: 500px; }
      .bg6 .wrap .wrap_main_finish .box_zag h2 {
        margin-bottom: 20px; }
  .bg6 #calc {
    display: none; }
    .bg6 #calc .quiz_item {
      display: none; }
    .bg6 #calc .wrap_main_finish {
      display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg6 .wrap::before {
    background: url(../img/bg6/bg6@2x.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; } }

@media (max-width: 1440px) {
  .bg6 .wrap {
    padding: 65px 38% 76px 85px; }
    .bg6 .wrap::before {
      width: 777px;
      height: 638px; }
    .bg6 .wrap .progress {
      height: 30px;
      margin-bottom: 55px;
      max-width: 485px; }
      .bg6 .wrap .progress span {
        font-size: 16px;
        line-height: 28px; }
    .bg6 .wrap .box_zag {
      margin-bottom: 30px; }
      .bg6 .wrap .box_zag h3 {
        font-size: 30px; }
    .bg6 .wrap .box_inner .box_radio, .bg6 .wrap .box_inner .box_checkbox {
      margin-bottom: 15px;
      height: 70px;
      max-width: 320px; }
      .bg6 .wrap .box_inner .box_radio label, .bg6 .wrap .box_inner .box_checkbox label {
        padding: 7px 8px 7px 76px;
        line-height: 55px;
        font-size: 16px; }
        .bg6 .wrap .box_inner .box_radio label:before, .bg6 .wrap .box_inner .box_checkbox label:before {
          left: 8px;
          width: 52px;
          height: 52px; }
        .bg6 .wrap .box_inner .box_radio label:after, .bg6 .wrap .box_inner .box_checkbox label:after {
          width: 23px;
          height: 17px;
          left: 25px; }
        .bg6 .wrap .box_inner .box_radio label:hover:after, .bg6 .wrap .box_inner .box_checkbox label:hover:after {
          width: 23px;
          height: 17px;
          left: 25px; }
    .bg6 .wrap .btn_prev {
      font-size: 16px;
      margin-top: 16px; }
      .bg6 .wrap .btn_prev::before {
        width: 16px;
        height: 16px;
        margin-right: 8px; }
    .bg6 .wrap form {
      max-width: 320px; }
      .bg6 .wrap form .block {
        margin-bottom: 15px; }
      .bg6 .wrap form input {
        font-size: 14px;
        height: 70px;
        padding: 0 20px; }
      .bg6 .wrap form .my_btn {
        font-size: 15px; }
    .bg6 .wrap .wrap_main_finish .box_zag {
      max-width: 400px; } }

@media (max-width: 991px) {
  .bg6 .wrap {
    padding: 50px 38% 50px 30px; }
  .bg6 .wrap::before {
    width: 603px;
    height: 500px; }
  .bg6 .box_container {
    max-width: 850px;
    margin: 0 auto; }
  .bg6 .wrap .box_zag h3 {
    font-size: 24px; }
  .bg6 .wrap .progress span {
    font-size: 14px; } }

@media (max-width: 767px) {
  .bg6 {
    padding-bottom: 40px; }
  .bg6 .wrap {
    padding: 40px 15px 255px;
    -webkit-box-shadow: 0 18px 30px rgba(78, 85, 97, 0.2);
            box-shadow: 0 18px 30px rgba(78, 85, 97, 0.2); }
  .bg6 .wrap .progress {
    margin: 0 auto 40px; }
  .bg6 .wrap .progress span {
    font-size: 12px;
    line-height: 24px; }
  .bg6 .wrap .progress {
    height: 26px; }
  .bg6 .wrap .box_zag h3 {
    font-size: 22px; }
  .bg6 .wrap .box_inner .box_radio,
  .bg6 .wrap .box_inner .box_checkbox {
    margin: 0 auto 15px;
    text-align: left; }
  .bg6 .wrap form {
    margin: 0 auto; }
  .bg6 .wrap form input {
    height: 60px; }
  .bg6 .wrap::before {
    width: 420px;
    height: 350px; }
  .bg6 .box_container {
    max-width: 600px; }
  .bg6 .box_container::before,
  .bg6 .box_container::after {
    display: none; }
  .bg6 .wrap .box_zag {
    margin: 0 auto 20px; } }

@media (max-width: 599px) {
  .bg6 .wrap::before {
    width: 345px;
    height: 285px; } }

@media (max-width: 479px) {
  .bg6 .wrap .box_inner .box_radio, .bg6 .wrap .box_inner .box_checkbox {
    height: auto; }
  .bg6 .wrap .box_inner .box_radio label, .bg6 .wrap .box_inner .box_checkbox label {
    font-size: 14px;
    line-height: normal;
    padding: 20px 8px 20px 65px; }
  .bg6 .wrap .box_inner .box_radio label:before, .bg6 .wrap .box_inner .box_checkbox label:before {
    width: 44px;
    height: 44px; }
  .bg6 .wrap .box_inner .box_radio label:after, .bg6 .wrap .box_inner .box_checkbox label:after {
    left: 21px; }
  .bg6 .wrap form .my_btn {
    font-size: 14px; }
  .bg6 .wrap .box_zag h3 {
    font-size: 18px; } }

@media (max-width: 369px) {
  .bg6 .wrap form .my_btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    max-width: 200px; } }

/*bg7*/
.bg7 {
  position: relative;
  padding-top: 55px; }
  .bg7 .header .wrap {
    padding-top: 0; }
    .bg7 .header .wrap .box_logo {
      position: relative;
      z-index: -1; }
  .bg7 .bg_img {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    height: 1103px;
    overflow: hidden;
    z-index: -1; }
    .bg7 .bg_img::before {
      content: "";
      background: url(../img/bg7/bg7.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 818px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 57%; }
  .bg7 .box_zag {
    max-width: 500px; }
    .bg7 .box_zag h2 {
      margin-bottom: 55px; }
    .bg7 .box_zag .box_descr {
      padding-left: 170px;
      position: relative; }
    .bg7 .box_zag .box_mark {
      position: absolute;
      top: 50%;
      left: -70px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 218px; }
      .bg7 .box_zag .box_mark::before {
        content: "";
        background: url(../img/bg7/bg_mark.png) no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        height: 126px; }
      .bg7 .box_zag .box_mark p {
        margin-bottom: 0; }
  .bg7 .box_container {
    margin: 65px 0 42px;
    font-size: 0;
    max-width: 700px;
    border: 1px solid #e8eaeb;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 1px;
            border-radius: 1px; }
    .bg7 .box_container .box {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 30px 0 0;
      position: relative; }
      .bg7 .box_container .box .box_descr {
        color: #6f7883;
        font-size: 14px;
        line-height: 18px;
        padding: 0 25px 45px 35px; }
        .bg7 .box_container .box .box_descr .zag {
          color: #1f2226;
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 10px; }
      .bg7 .box_container .box .box_img {
        height: 164px;
        position: relative;
        margin-bottom: 10px; }
        .bg7 .box_container .box .box_img img {
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .bg7 .box_container .box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: -999px;
        right: 0;
        width: 1px;
        background: #e8eaeb;
        z-index: 10; }
      .bg7 .box_container .box:last-child::after {
        display: none; }
  .bg7 .wrap_main .wrap {
    padding: 100px 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg7 .bg_img::before {
    background: url(../img/bg7/bg7@2x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg7 .box_zag .box_mark::before {
    background: url(../img/bg7/bg_mark@2x.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; } }

@media (min-width: 1921px) {
  .bg7 .bg_img {
    height: auto;
    bottom: 0; }
  .bg7 .bg_img::before {
    width: 43%;
    background: url(../img/bg7/bg7_lg.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  .bg7 {
    padding-top: 45px; }
    .bg7 .bg_img {
      top: 153px;
      height: 937px; }
      .bg7 .bg_img::before {
        width: 695px; }
    .bg7 .box_zag {
      max-width: 425px; }
      .bg7 .box_zag h2 {
        margin-bottom: 45px; }
      .bg7 .box_zag .box_descr {
        padding-left: 144px; }
      .bg7 .box_zag .box_mark {
        left: -60px;
        width: 185px; }
        .bg7 .box_zag .box_mark::before {
          height: 107px; }
    .bg7 .box_container {
      margin: 55px 0 35px;
      max-width: 610px; }
      .bg7 .box_container .box {
        padding: 25px 0 0; }
        .bg7 .box_container .box .box_descr {
          padding: 0 20px 20px 20px; }
          .bg7 .box_container .box .box_descr .zag {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 8px; }
        .bg7 .box_container .box .box_img {
          height: 140px; }
    .bg7 .wrap_main .wrap {
      padding: 85px 0 0; } }

@media (max-width: 1199px) {
  .bg7 .box_zag .box_mark {
    left: 0;
    width: 150px; }
  .bg7 .box_zag .box_mark::before {
    -webkit-background-size: contain;
            background-size: contain;
    height: 94px; }
  .bg7 .box_zag .box_descr {
    padding-left: 165px; }
  .bg7 .bg_img {
    height: 810px; }
  .bg7 .bg_img::before {
    width: 600px; }
  .bg7 .box_zag .box_mark p {
    line-height: 18px; } }

@media (max-width: 991px) {
  .bg7 .bg_img {
    height: 590px; }
  .bg7 .wrap_main .wrap {
    max-width: 850px;
    margin: 0 auto; }
  .bg7 .box_container .box .box_img {
    height: 110px; }
  .bg7 .box_container {
    max-width: 630px; } }

@media (max-width: 767px) {
  .bg7 {
    background: #f4f5f5;
    padding-top: 40px; }
  .bg7 .header {
    position: relative;
    z-index: 10; }
  .bg7 .wrap_main .wrap {
    padding-top: 60px; }
  .bg7 .box_zag {
    max-width: 100%; }
  .bg7 .box_zag h2 {
    margin-bottom: 20px; }
  .bg7 .box_zag .box_descr {
    padding-left: 0;
    max-width: 350px;
    margin: 0 auto; }
  .bg7 .box_zag .box_mark {
    margin: 60px auto 40px;
    display: block;
    position: relative;
    top: auto;
    left: auto; }
  .bg7 .box_container {
    margin: 20px auto 30px; }
  .bg7 .box_container .box {
    background: #fff; }
  .bg7 .box_container .box .box_descr {
    padding: 0 10px 20px 10px; } }

@media (max-width: 599px) {
  .bg7 .box_container {
    max-width: 400px;
    display: block;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .bg7 .box_container .box {
    display: block;
    width: 100%;
    padding-top: 20px;
    max-width: 300px;
    margin: 0 auto; }
  .bg7 .box_container .box::after {
    bottom: 0;
    height: 1px;
    left: -99px;
    right: -99px;
    width: auto;
    top: auto; }
  .bg7 .box_container .box .box_descr {
    padding-bottom: 10px; } }

@media (max-width: 479px) {
  .bg7 .box_container .box .box_descr .zag {
    font-size: 14px;
    line-height: 18px; } }

/*footer*/
.footer {
  position: relative;
  z-index: 10;
  padding: 75px 0 60px; }
  .footer .wrap {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 15px;
    line-height: 24px; }
    .footer .wrap p {
      margin-bottom: 0;
      color: #737c8d; }
    .footer .wrap a {
      border-bottom: 1px dotted; }
      .footer .wrap a:hover {
        border-color: transparent; }
    .footer .wrap .box {
      width: 33.33%;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      .footer .wrap .box:first-child {
        left: 33.33%;
        text-align: center; }
      .footer .wrap .box:nth-child(2) {
        right: 33.33%; }
      .footer .wrap .box:last-child {
        text-align: right; }

@media (max-width: 1440px) {
  .footer {
    padding: 60px 0 50px; }
    .footer .wrap {
      max-width: 1200px;
      font-size: 14px;
      line-height: 22px; } }

@media (max-width: 1199px) {
  .footer .wrap {
    font-size: 12px; } }

@media (max-width: 991px) {
  .footer .wrap {
    line-height: 18px; } }

@media (max-width: 767px) {
  .footer {
    padding: 40px 0 30px;
    background: #f4f5f5; }
  .footer .wrap {
    display: block;
    text-align: center;
    max-width: 350px;
    position: relative;
    padding-bottom: 0; }
  .footer .wrap .box {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .footer .wrap .box:first-child {
    left: 0; }
  .footer .wrap .box:nth-child(2) {
    right: 0; }
  .footer .wrap .box:last-child {
    text-align: center; } }
